home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 13 / Mac Magazin and MacEasy Magazine CD - Issue 13.iso / Utilities / A-L / Hex ⁄ Dec 1.0b Folder / Pointless Hex⁄Dec Readme < prev   
Text File  |  1995-08-11  |  938b  |  21 lines

  1. Hex / Dec v1.0b
  2. Copyright © 1995 Josh Goldfoot. All Rights Reserved.
  3. Written in C++ with Metrowerks CodeWarrior.
  4.  
  5. This utility converts hexadecimal (base 16) numbers into decimal (base 10) numbers, and vice versa.
  6.  
  7. Type or paste a number into the appropriate field. The opposite field will contain the number in the other base system.
  8.  
  9. This program only handles eight-byte, unsigned integers (no decimals larger than 4294967295 or smaller than 0). “Overload!” means you’ve entered a number that’s too big.
  10.  
  11. I wrote this program after I got tired of converting numbers in my head. Although Hex/Dec probably won’t go down in computer programming history next to Microsoft Word and the international telephone switching system, I think it’s kind of neat.
  12.  
  13. This software is freeware. (Who would pay for this?) If you want, send me a postcard:
  14.  
  15.     Josh Goldfoot
  16.     PO Box 203802 Yale Station
  17.     New Haven, CT  06520
  18.  
  19. E-mail: josh.goldfoot@yale.edu
  20.  
  21.